@charset "utf-8";
*{padding:0;margin:0;list-style-type:none;}

.con_form{ width:90%; margin:0px auto;
}

.con_form table{width:100%;
}
.con_form table tr{
}
.con_form table tr td{ height:20px; line-height:20px
}
.con_form .contactname {
	padding-left:18px;
	background:url(company.gif) no-repeat;height:20px; line-height:20px; 
}
.con_form .contacttel {
	padding-left:18px;
	background:url(mobile.gif) no-repeat;height:20px; line-height:20px
}
.con_form .contactaddress {
	padding-left:18px;
	background:url(address.gif) no-repeat;height:20px; line-height:20px
}
.con_form .contactemail {
	padding-left:18px;
	background:url(email.gif) no-repeat;height:20px; line-height:20px
}
.con_form .must, #SfMessBodyMid .ignore, #SfMessBodyMid .other {
	padding-left:18px;
	background:url(other.gif) no-repeat;
}
.con_form  input{ background:#faf0f0; border:1px solid #b10202; width:188px; color:#b89d9d
}
.con_form  textarea{ background:#faf0f0; border:1px solid #b10202; width:210px; color:#b89d9d
}

.con_form .SfMessBodyBottom{
	margin:5px auto;
	width:220px;
	height:23px;
	padding:0px;
	
}

.con_form .SfMessSubmit{
	width:67px;
	background:url(send.gif);
	color:#fff;
	border:0; height:22px;
	padding:0px;
	margin-top:8px;
	float:right;
}

.con_form .SfMessCopy{
	float:left;
	margin:0px;
	font-size:12px;
	font-weight:bold;
	color: #666666; 
	padding-left:10px;
	padding-bottom:6px;
	background:url(sign.gif) left no-repeat; width:60%; height:40px; line-height:40px
}